Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
cosh
cosh
Hyperbolic cosine
Name:
cosh
Category:
math
Programming Language:
php
One-line Description:
Hyperbolic cosine.
Related
cosh and round use for result control
5
Combining cosh and exp functions to understand the essence of hyperbolic functions
8
Calculate hyperbolic angles using cosh and log
7
The difference between cosh and cos in PHP
8
Detailed explanation of the basic usage of cosh function in PHP
8
«
1
2
»
Similar Functions
rand
rand
Generatearandominteg
atan2
atan2
Arctangleoftwoparame
pi
pi
Getthepivalue
log10
log10
Logarithmwithbase10
log1p
log1p
Returnslog(1+number)
cos
cos
Cosine
min
min
Findtheminimumvalue
lcg_value
lcg_value
Combinedlinearcongru
Popular Articles
Use cosh to implement brightness adjustment model in image processing
cosh(null) analysis that causes program crash
Detailed explanation of the basic usage of cosh function in PHP
The role of cosh function in a PHP + JavaScript hybrid project
cosh batch processing of array data with array_map
cosh and round use for result control
Encapsulation of cosh with helper functions in CodeIgniter